RegisterState<T>() Method

Summary
Register a specific type to be created for a State object with a new WorkstationContainer.
Syntax
C#
VB
C++
public static void RegisterState<T>() 
  
Public Overloads Shared Sub RegisterState(Of T As WorkstationState)()  
public: 
static void RegisterStategeneric<typename T> 
();  
where T: WorkstationState 

Type Parameters

T
The type of the instance to created. The type must inhirit from a WorkstationState

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.